* unexec.c (copy_text_and_data): Error message tweaked.
authorJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:18:15 +0000 (07:18 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 11 Mar 1993 07:18:15 +0000 (07:18 +0000)
src/unexec.c

index bd6985a349b9c15558536093a98e4ed6d37652d0..2fb289d8fbac773c836a38fa9cbb3afe6d757c55 100644 (file)
@@ -808,7 +808,7 @@ copy_text_and_data (new, a_out)
            {
              n = size > sizeof (page) ? sizeof (page) : size;
              if (read (a_out, page, n) != n || write (new, page, n) != n)
-               PERROR ("xemacs");
+               PERROR ("emacs");
            }
          lseek (a_out, old_a_out_ptr, 0);
        }